DSH-File: Current Conversation Workspace File Manager for DeepSeek Harness

`dsh-file` is a VS Code-style file management plugin for DeepSeek Harness, with the package name `@rose43/dsh-file`, licensed under the MIT protocol. It allows users to directly browse, edit, and save files in the current workspace during web or desktop sessions, without needing to switch to a local editor. Core features include: a sidebar dynamically displaying the file tree of the current session; Monaco Editor for middle-column file editing with syntax highlighting, falling back to plain text when the CDN is unavailable; real-time Markdown preview with source code toggling; support for multiple preset themes and custom configuration, with JSON theme export/import. The plugin supports creating, renaming, and deleting files and directories, and features strict workspace boundary protection and symbolic link escape detection. During installation, it must be done via

Read More
FileScope · File Horizon: DSH Web Workspace File Drawer and Live Preview

dsh-filescope is a web plugin for DeepSeek Harness (DSH), designed to provide read-only file browsing capabilities. It allows users to view the current workspace's directory structure, file sizes, and file contents in real time through a full-height drawer on the right side, without leaving the session page. The plugin supports expandable and collapsible directory trees, text file previews with line numbers (first 2000 lines), binary file Hex summary display, and prompts for oversized files. Core features include automatic workspace following, manual switching, real-time refreshing (file detection every 2 seconds, directory detection every 5 seconds), and an adjustable interface layout. Installation is simple: after adding it via the `dsh plugin` command, restart the web process to activate it. It is suitable for scenarios requiring quick confirmation of workspace structure or read-only file inspection, with a GET-only interface boundary.

Read More
DSH Plugin dsh-workspace-explorer: Browse Workspace Files and Insert References in Web UI

dsh-workspace-explorer is a native plugin for the DSH Web UI, designed to address the inconvenience of manually inputting file paths in a workspace. It adds a "Workspace Files" button to the session header, which opens a directory tree browser for the current workspace. Core features include on-demand lazy loading of directories, automatic hiding of noisy directories, display of colorful file icons, and support for appending file references to the input box via click or drag-and-drop, along with multi-select batch insertion. The plugin includes a built-in settings panel for adjusting parameters such as hidden directories and preview line counts, and supports text pagination preview as well as direct editing and saving to disk. It adapts to light and dark themes based on DSH design tokens and supports both Chinese and English. Installation can be completed via the `dsh plugin` command or through dynamic plugin methods. This plugin is ideal for developers who frequently need to reference local source code, configuration files, and other files in models, reducing

Read More